home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Grab.app / Contents / Resources / English.lproj / DocumentWindow.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  589 b   |  19 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             CLASS = ImageView; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {imageToShow = id; }; 
  8.             SUPERCLASS = NSView; 
  9.         }, 
  10.         {
  11.             ACTIONS = {performClose = id; print = id; runPageLayout = id; save = id; saveAs = id; }; 
  12.             CLASS = WindowController; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {imageView = id; scrollView = id; window = id; }; 
  15.             SUPERCLASS = NSObject; 
  16.         }
  17.     ); 
  18.     IBVersion = 1; 
  19. }